home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / c / icu-1.3.1 / icu / data / en_za.txt < prev    next >
Text File  |  2000-02-23  |  2KB  |  48 lines

  1. // ****************************************************************************
  2. // *                                                                          *
  3. // * COPYRIGHT:                                                               *
  4. // * (C) Copyright Taligent, Inc.,  1997                                      *
  5. // * (C) Copyright International Business Machines Corporation,  1997-99      *
  6. // * Licensed Material - Program-Property of IBM - All Rights Reserved.       *
  7. // * US Government Users Restricted Rights - Use, duplication, or disclosure  *
  8. // * restricted by GSA ADP Schedule Contract with IBM Corp.                   *
  9. // *                                                                          *
  10. // ****************************************************************************
  11.  
  12. en_ZA {
  13.     Countries { 
  14.         US { "United States" }
  15.         GB { "United Kingdom" }
  16.         CA { "Canada" }
  17.         IE { "Ireland" }
  18.         ZA { "South Africa" }
  19.     }
  20.     CurrencyElements { 
  21.             "R",
  22.             "ZAR",
  23.             ".",
  24.     }
  25.     DateTimePatterns { 
  26.             "hh:mm:ss a",
  27.             "hh:mm:ss",
  28.             "hh:mm:ss",
  29.             "hh:mm",
  30.             "dd MMMM yyyy",
  31.             "dd MMMM yyyy",
  32.             "yyyy/MM/dd",
  33.             "yy/MM/dd",
  34.             "{1} {0}",
  35.     }
  36.     Languages { 
  37.         en { "English" }
  38.     }
  39.     LocaleID { "1c09" }
  40.     LocaleString { "en_ZA" }
  41.     NumberPatterns { 
  42.             "#,##0.###;-#,##0.###",
  43.             "\u00A4 #,##0.00;\u00A4-#,##0.00",
  44.             "#,##0%",
  45.     }
  46.     ShortCountry { "ZAF" }
  47. }
  48.